Feature: Crear miembro , Listar miembros, eliminar miembros Ghost Version 4.44

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
1m 5.463s

Scenario: Deseo ingresar a la aplicación, ver la lista de miembros, crear un miembro y consultar el listado de miembros para validar su creacion

Before 0m 25.690s
Given I go to "<GHOST-VERSION-2-URL1>" 0m 2.279s
And I wait for 2 seconds 0m 2.185s
When I enter email "<USERNAME>" into selector "input[name='identification']" 0m 0.779s
And I enter password "<PASSWORD>" into selector "input[name='password']" 0m 0.821s
And I take screenshot of step "1" and scenario "<ESCENARIO_1>" and feature "Miembros" and version "<GHOST-VERSION-2>" 0m 0.494s
And I push login button with selector "button[type='submit']" 0m 0.630s
And I wait for 5 seconds 0m 5.172s
And I expect to enter to Ghost home page "<GHOST-VERSION-2-URL2>" 0m 0.142s
And I click on member list with selector "a[href='#/members/']" 0m 0.388s
And I take screenshot of step "2" and scenario "<ESCENARIO_1>" and feature "Miembros" and version "<GHOST-VERSION-2>" 0m 0.414s
And I expect to enter to Ghost Members section "<GHOST-VERSION-2-URL3>" 0m 0.454s
And I wait for 1 seconds 0m 1.465s
And I click on New Member with selector "a[href='#/members/new/']" 0m 0.972s
And I wait for 1 seconds 0m 1.223s
And I take screenshot of step "3" and scenario "<ESCENARIO_1>" and feature "Miembros" and version "<GHOST-VERSION-2>" 0m 0.514s
And I enter member Name "$name_2" into selector "input[name='name']" 0m 0.565s
And I enter member email "$$name_2" from provider "@hotmail.com" into selector "input[name='email']" 0m 0.898s
And I enter member note "frankcandanoza@hotmail.com" into selector "textarea[name='note']" 0m 0.872s
And I take screenshot of step "4" and scenario "<ESCENARIO_1>" and feature "Miembros" and version "<GHOST-VERSION-2>" 0m 0.711s
And I push Save member button with selector "button[class='gh-btn gh-btn-primary gh-btn-icon ember-view']" 0m 0.883s
And I wait for 1 seconds 0m 1.409s
Then I go to Ghost Members section "<GHOST-VERSION-2-URL3>" 0m 0.899s
And I wait for 2 seconds 0m 2.153s
And I expect to enter to Ghost Members section "<GHOST-VERSION-2-URL3>" 0m 0.112s
And I filter by member on member list section using email "$$name_2" and provider "@hotmail.com" into selector "input[class='gh-input gh-members-list-searchfield ']" 0m 0.286s
And I take screenshot of step "5" and scenario "<ESCENARIO_1>" and feature "Miembros" and version "<GHOST-VERSION-2>" 0m 0.486s
And I wait for 1 seconds 0m 1.253s
And I looking for last created member on members list 0m 0.591s
And I wait for 1 seconds 0m 1.189s
And I take screenshot of step "6" and scenario "<ESCENARIO_1>" and feature "Miembros" and version "<GHOST-VERSION-2>" 0m 0.292s
And I expect the member name "$$name_2" is loaded into selector "input[name='name']" 0m 0.225s
After 0m 9.017s

Screenshots

Before
NO IMAGE AVAILABLE
Given I go to "<GHOST-VERSION-2-URL1>"
And I wait for 2 seconds
When I enter email "<USERNAME>" into selector "input[name='identification']"
And I enter password "<PASSWORD>" into selector "input[name='password']"
And I take screenshot of step "1" and scenario "<ESCENARIO_1>" and feature "Miembros" and version "<GHOST-VERSION-2>"
And I push login button with selector "button[type='submit']"
And I wait for 5 seconds
And I expect to enter to Ghost home page "<GHOST-VERSION-2-URL2>"
And I click on member list with selector "a[href='#/members/']"
And I take screenshot of step "2" and scenario "<ESCENARIO_1>" and feature "Miembros" and version "<GHOST-VERSION-2>"
And I expect to enter to Ghost Members section "<GHOST-VERSION-2-URL3>"
And I wait for 1 seconds
And I click on New Member with selector "a[href='#/members/new/']"
And I wait for 1 seconds
And I take screenshot of step "3" and scenario "<ESCENARIO_1>" and feature "Miembros" and version "<GHOST-VERSION-2>"
And I enter member Name "$name_2" into selector "input[name='name']"
And I enter member email "$$name_2" from provider "@hotmail.com" into selector "input[name='email']"
And I enter member note "frankcandanoza@hotmail.com" into selector "textarea[name='note']"
And I take screenshot of step "4" and scenario "<ESCENARIO_1>" and feature "Miembros" and version "<GHOST-VERSION-2>"
And I push Save member button with selector "button[class='gh-btn gh-btn-primary gh-btn-icon ember-view']"
And I wait for 1 seconds
Then I go to Ghost Members section "<GHOST-VERSION-2-URL3>"
And I wait for 2 seconds
And I expect to enter to Ghost Members section "<GHOST-VERSION-2-URL3>"
And I filter by member on member list section using email "$$name_2" and provider "@hotmail.com" into selector "input[class='gh-input gh-members-list-searchfield ']"
And I take screenshot of step "5" and scenario "<ESCENARIO_1>" and feature "Miembros" and version "<GHOST-VERSION-2>"
And I wait for 1 seconds
And I looking for last created member on members list
And I wait for 1 seconds
And I take screenshot of step "6" and scenario "<ESCENARIO_1>" and feature "Miembros" and version "<GHOST-VERSION-2>"
And I expect the member name "$$name_2" is loaded into selector "input[name='name']"
After
NO IMAGE AVAILABLE